Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
This object gives access to Armature-specific data in Blender.
Method Summary | ||
list | getBones() Get the Armature root bones. | |
string | getName() Get the name of this Armature object. | |
á | setBones(bones) Set the Armature root bones (still unimplemented). | |
á | setName(name) Set the name of this Armature object. |
Class Variable Summary | ||
á | bones - The Armature root bones (cannot be set yet). | |
á | name - The Armature name. |
setBones(bones) Set the Armature root bones (still unimplemented).
|
setName(name) Set the name of this Armature object.
|
<<< Previous | Home | Next >>> |
Class Armature | Up | Class Bone |